home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo This will print the instructions for the Cambridge Harness Handicapper.
- echo Make sure your printer is on line and set the print head at the very
- echo top of a page. If you don't want to print the instruction manual now,
- echo hit CTRL-C to stop this batch file. Otherwise,
- pause
- echo off
- cls echo Printing instructions now...
- copy harness.doc prn
- echo Printing complete!
-